/*
Author: W3layout
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
*/
/* reset */
.wid{width:95%;max-width:1200px;margin:0 auto;}
.position {
  height: 40px;
  line-height: 40px;
  background: #E82424;
  color: #fff;
}
.position .position_sub a {
  color: #fff;
}
.pagination{text-align:center;margin-top:30px;}
.pagination ul{display:inline-block;overflow:hidden;}
.pagination ul li{
  list-style:none;
  float:left;
}
.pagination ul li a{
    color: #999;
    padding: 6px 6px;
    /*border: 1px solid rgba(153, 153, 153, 0.62);*/
    border-radius: 2px;
    margin-right: 10px;
    transition:all 1s;
    font-size: 15px;
}
.pagination ul li a:hover,.pagination ul li a.current{
  color:#DA1818;
  /*background:#2796DE;*/
}

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
ol,ul,li{list-style:none;margin:0;padding:0;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}
/* start editing from here */
a{text-decoration:none;}
img{border:0;vertical-align:middle;}
.img{width:100%;}
textarea::-webkit-input-placeholder{color:#000;font-family: sans-serif;}
.txt-rt{text-align:right;}/* text align right */
.txt-lt{text-align:left;}/* text align left */
.txt-center{text-align:center;}/* text align center */
.float-rt{float:right;}/* float right */
.float-lt{float:left;}/* float left */
.clear{clear:both;}/* clear float */
.pos-relative{position:relative;}/* Position Relative */
.pos-absolute{position:absolute;}/* Position Absolute */
.vertical-base{	vertical-align:baseline;}/* vertical align baseline */
.vertical-top{	vertical-align:top;}/* vertical align top */
.underline{	padding-bottom:5px;	border-bottom: 1px solid #eee; margin:0 0 20px 0;}/* Add 5px bottom padding and a underline */
nav.vertical ul li{	display:block;}/* vertical menu */
nav.horizontal ul li{	display: inline-block;}/* horizontal menu */
img{max-width:100%;}
/*end reset*/
body {
	background:#ffffff;
	font-family: 'Open Sans', sans-serif;
	font-size: 100%;
}
.meta_title {
  text-align: center;
}
.meta_title h3,
.meta_title h2 {
  font-weight: normal;
}
.meta_title h3 {
  font-size: 20px;
  margin: 50px 0 20px;
  color: #4A4A4A;
}
.meta_title h2 {
  font-size: 22px;
  margin-bottom: 50px;
  color: #F72323;
}
.wrap{
	margin:0 auto;
	width:80%;
	max-width:1200px;

}
.wrap1{
	margin:0 auto;
	width:100%;
}
.header_bg{
	background: #252323;
}
.header{
	padding:2% 4%;
}
.logo{
	/*padding:2em;*/
	float:left;
}
/*--- social-icons ----*/
.social-icons {
	float:right;
}
.social-icons li:first-child{
	margin-left: 0;
}
.social-icons li{
	float:left;
	margin-left:15px;
}
.social-icons li a {
	height: 26px;
	width: 26px;
	display: block;
	background:url(../images/soc_icons.png);
}
.social-icons li:nth-child(1) a{
	background: url(../images/soc_icons.png) 0% 0%;
}
.social-icons li:nth-child(1) a:hover{
	background: url(../images/soc_icons.png) 0% 98%;
}
.social-icons li:nth-child(2) a{
	background: url(../images/soc_icons.png) 32% 0%;
}
.social-icons li:nth-child(2) a:hover{
	background: url(../images/soc_icons.png) 32% 98%;
}
.social-icons li:nth-child(3) a{
	background: url(../images/soc_icons.png) 66% 0%;
}
.social-icons li:nth-child(3) a:hover{
	background: url(../images/soc_icons.png) 66% 98%;
}
.social-icons li:nth-child(4) a{
	background: url(../images/soc_icons.png) 100% 0%;
}
.social-icons li:nth-child(4) a:hover{
	background: url(../images/soc_icons.png) 100% 98%;
}
/* start header_btm */
.header_btm{
	background: #ffffff;
	/*border-bottom: 5px solid #e6e6e6;*/
}
.header_sub{
	/*padding: 0 4%;*/
	position:relative;
}
/* start menu */
.h_menu{
	float:right;
	/*margin-bottom: 4px;*/
	margin-top:16px;
}
.h_menu ul li{
	margin-right:20px;
	float: left;
}
.h_menu ul li.active a{
	color: #00BAC6;
	border-bottom:2px solid #FB9C9C;
	border-top:2px solid #FB9C9C;
}
.h_menu ul li a{
	display:block;
	/*padding: 30px 15px;*/
	padding:15px 10px;

	text-transform: uppercase;
	font-size: 0.925em;
	color:#555555;
	font-weight: 600;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.h_menu ul li:hover a{
	color: #00BAC6;
	border-bottom:2px solid #FB9C9C;
	border-top:2px solid #FB9C9C;
}
.menu_btn{
	display:none;
	position:absolute;right:20px;top:20px;
	width:50px;height:50px;
	border:2px solid #F84747;
	border-radius:5px;
}
.menu_btn span{
	display:block;width:45px;margin:10px auto;height:4px;background:#F84747;
}
/*search*/
.h_search{
	float: right;
	position: relative;
	border: 1px solid rgb(216, 216, 216);
	margin: 20px 0;
	width: 24.3333%;
}
.h_search input[type="text"]{
	-webkit-appearance: none;
	font-family: 'Open Sans', sans-serif;
	padding:10px 16px;
	outline: none;
	color: #312c3c;
	background: #FFFFFF;
	border: none;
	width: 78.33333%;
	line-height: 1.5em;
	position: relative;
	font-size: 0.8725em;
	text-transform: capitalize;
}
.h_search input[type="submit"]{
	-webkit-appearance: none;
	background:url('../images/search.png') no-repeat 10px 10px;
	padding: 10px 0px;
	border: none;
	cursor: pointer;
	width: 14.33%;
	line-height: 1.5em;
	outline: none;
	position: absolute;
	right:0px;
}
.h_search input[type="submit"]:hover {
	background: url('../images/search_h.png') no-repeat 10px 10px;
}
/*--- start iphone_nav -----*/
.sub-head{
	display:none;
	background: #FFFFFF;
	border-bottom: 4px solid #00BAC6;
}
.sub-head li{
	display:inline-block;
	float:left;
	width:100%;
	text-align:center;
}
.sub-head li a span{
	position:absolute;
	top:12px;
	left:12px;
	width:16px;
	height:16px;
	display:inline-block;
}
.sub-head li a.active{
	color:#fff;
	background: #00BAC6;
}
.sub-head li:first-child a{
	border-right:1px solid rgb(150, 148, 148);
}
.sub-head a{
	text-transform: uppercase;
	font-size: 1em;
	position:relative;
	display:block;
	color:#555;
	padding:10px;
}
.menu{
	background: #f0f0f0;
}
.menu li{	
	display:block;
}
.menu li a{
	font-size:0.8125em;
	text-transform:uppercase;
	display:block;
	padding:10px;
	color:#555;
	border-bottom: 1px solid rgb(199, 199, 199);
}
.menu li:last-child a{
	border-bottom:none;
}
.search{
	display:block;
	padding:10px;
	text-align:center;
	background: #f6f6f6; 
}
.search input[type=text]{
	width: 90%;
	padding: 10px;
	border: 1px solid rgb(217, 218, 215);
	color: #555;
	font-size: 13px;
	background: #FFF;
	outline: none;
}
.back-btn {
	cursor: pointer;
	background: rgb(71, 71, 71);
	display: inline-block;
	margin-left: 10px;
	margin-bottom: 10px;
}
.back-btn ul li{
	display:inline-block;
	padding: 4px 6px;
}
.back-btn ul li:before{
	content: url('../images/back.png');
}
.back-btn ul li a {
	padding: 4px 10px;
	font-size:13px;
	color: #fff;
	margin-left:-8px;	
	line-height: 1.7em;
	vertical-align: bottom;
}	
/* start slider */
.slider_bg{
	
	background-size: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.slider{
	padding:0;
}
.flexslider{position:relative;}
.flex-control-nav{overflow:hidden;text-align:center;position:absolute;bottom:30px;left:0;width:100%;}
.flex-control-nav li{display:inline-block;margin-right:20px;}
.flex-control-nav li a{display:block;width:20px;height:20px;border-radius:50%;background:#fff;}
.flex-control-nav li a.flex-active{background:#f00;}
/*.flex-direction-nav li a{
	display:block;width:30px;height:48px;
	position:absolute;top:50%;left:0;
	background:url(uploadfiles/image/201706/18.png) no-repeat 0 0;
}*/


/*.btn{
	color: #00BAC6;
	background: #ffffff;
	border: 1px solid #22D5E0;
	display: inline-block;
	text-transform: uppercase;
	padding: 12px 38px;
	font-size: 0.875em;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.btn:hover {
	background: #00BAC6;
	color: #ffffff;
}*/

/* start main */
.main{
	/*padding: 6% 4%;*/
	padding:6% 2% 0;
}
.main_text{
	text-indent: 2em;
}
.main_text h2{
	font-size: 2em;
	text-transform: uppercase;
	color: #777777;
	text-shadow: 0 1px 0 #ffffff;
	margin-bottom: 2%;
}
.main_text h2 span{
	color: #555555;
	-webkit-text-stroke: 2px;
}
/** para style **/
p.para{
	font-size: 0.8725em;
	color: #555555;
	line-height: 1.8em;
}
/* start grids_of_3 */
.grids_of_3{
	text-align:center;
	margin: 6% 0 4%;
}
.grid1_of_3:first-child{
	margin-left: 0;
}
.grid1_of_3{
	float:left;
	width: 30.3333%;
	margin-left: 3.3333%;	
}
.grid1_of_3 h3{
	margin: 2% 0;
}
.grid1_of_3 h3 a{
	font-size: 1.2em;
	text-transform: capitalize;
	color: #555555;
	text-shadow: 0 1px 0 #ffffff;
	font-weight: 600;
}
.grid1_of_3 h3 a span{
	color: #777777;
	font-weight: normal;
}
.grid1_of_3 p{
	font-size: 0.8125em;
	color: #555555;
	line-height: 1.8em;
	width: 80%;
	margin: 0 auto;
}
/* start span_of_3 */
/*.main_bg{
	background: #eeeeee;
}*/
.content_top{
	text-align:center;
	position: relative;
}
/*.content_top:after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border: 40px solid #eee;
	border-top: 0 solid rgba(0, 0, 0, 0)!important;
	border-right: 35px solid rgba(0, 0, 0, 0)!important;
	border-left: 35px solid rgba(0, 0, 0, 0)!important;
	left: 47%;
	top: -40px;
	margin-left: -10px;
}*/
.span_of_3{
	margin: 4% 0 0;
}
.span_of_3:first-child{
	margin: 0;
}
.span1_of_3{
	float:left;
	width: 30.3333%;
	margin: 1.2%;	
	border: 1px solid rgb(206, 206, 206);
}

.span1_of_3 img{
	/*width:100%;*/
}
.span1_of_3_text{
	padding: 20px;
}
.span1_of_3 h3{
	margin-bottom: 2%;	
}
.span1_of_3 h3 a{
	font-size: 1em;
	text-transform: capitalize;
	color: #555555;
	text-shadow: 0 1px 0 #ffffff;
	font-weight: 600;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.span1_of_3 h3 a:hover{
	color: #00BAC6;
}
.span1_of_3 p{
	font-size: 0.8125em;
	color: #555555;
	line-height: 1.8em;
}
/* start cauresol */
.nbs-flexisel-container {
	padding:4% 0;
	position: relative;
	max-width: 100%;
}
.nbs-flexisel-ul {
	position: relative;
	width: 9999px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: center;
}
.nbs-flexisel-inner {
	overflow: hidden;
	width:90%;
	margin: 0 auto;
}
.nbs-flexisel-item {
	float: left;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	position: relative;
	line-height: 0px;
}
.nbs-flexisel-item > img {
	
	cursor: pointer;
	position: relative;
	margin-top: 10px;
	margin-bottom: 10px;
	
}
/*** start cauresol  navigation ***/
.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
	width: 46px;
	height: 100px;
	position: absolute;
	cursor: pointer;
	z-index: 100;
}
.nbs-flexisel-nav-left {
	left: 0px;
	background: url(../images/img-sprite.png) no-repeat -19px -21px;
}
.nbs-flexisel-nav-right {
	right: 0px;
	background: url(../images/img-sprite.png) no-repeat -55px -20px;
}
.idx_form,.idx_form *{box-sizing:border-box;}
.idx_xingming,.idx_email{float:left;width:32%;margin-right:2%;}
.idx_dianhua{float:left;width:32%;}
.idx_xingming input,.idx_email input,.idx_dianhua input{width:100%;height:40px;line-height:40px;padding-left:10px;}
.idx_neirong textarea{width:100%;height:80px;line-height:30px;resize:none;margin-top:20px;padding-left:10px;}

.caroufredsel_wrapper{position:relative;}
#prev,#next{
	display:block;position:absolute;top:50%;width:38px;height:88px;margin-top:-44px;
}
#prev img,#next img{width:100%;}
#prev{left:0;}
#next{right:0;}

.new_news,.new_news *{box-sizing:border-box;}
.new_news{overflow:hidden;position:relative;}
.new_news .really_more{position:absolute;bottom:0;left:0;width:100%;height:40px;line-height:40px;text-align:center;color:#fff;background:#000;opacity:0.5;filter:Alpha(opacity=50);}
.new_news>img{width:100%;}
.new_news .swiper-container{
	position:absolute;width:19%;right:10%;top:0;bottom:0;overflow:hidden;background:#fff;padding:0 2%;
}
.swiper-slide{border-bottom:20px solid #fff;position:relative;display:flex;background:#ECECEC;}
.swiper-slide a{display:block;text-align:center;margin:auto;}
.swiper-slide a>img{width:60%;}
.swiper-slide a .opa_news{position:absolute;top:0;left:0;bottom:0;right:0;background:#000;opacity:0;filter:Alpha(opacity=0);display:flex;}
.swiper-slide a:hover .opa_news{opacity:0.5;filter;Alpha(opacity=50);}
.swiper-slide a .opa_news p{color:#fff;margin:auto;}

/* start footer */
.footer_bg{
	background:url('../images/footer_bg.png');
	margin-top:50px;font-size:12px;color:#fff;
}
/*.footer{
	padding: 5% 4%;
}*/
.foot_top{padding:15px 0;overflow:hidden;border-bottom:1px solid #fff;}
.links{float:left;overflow:hidden;width:32%;}
.links a{float:left;width:26%;line-height:40px;color:#fff;}
.cont_info{float:left;width:44%;line-height:40px;}
.wxcode{float:right;min-width:140px;width:18%;}
.wxcode dl{overflow:hidden;}
.wxcode dd{min-width:60px;width:50%;float:left;line-height:30px;}
.wxcode dt{float:right;min-width:60px;width:50%;}

.foot_bot{overflow:hidden;padding:30px 0 20px;}
.foot_bot .bot_info{float:left;}
.foot_bot .share_icon{float:right;}
.foot_bot .share_icon a{float:left;margin-right:20px;}


.span_of_4{
	display: block;
}
.span1_of_4{
	float:left;
	width: 22.3333%;
	margin-left: 3.3333%;	
}
.span1_of_4:first-child{
	margin-left: 0;
}
.span1_of_4 h4{
	margin-bottom:8%;
	font-size: 1.5em;
	text-transform: capitalize;
	color: #ffffff;
	text-shadow: 0 1px 0 #555555;
}
.span1_of_4 p{
	font-size: 0.8725em;
	line-height:1.8em;
	color: #c9c9c9;
}
.span1_of_4 p a{
	color: #c9c9c9;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.span1_of_4 p a:hover{
	color: #00BAC6;
}
.span1_of_4 p.top{
	border-top: 1px solid rgb(99, 99, 99);
	margin-top: 20px;
	padding-top: 10px;
}
.span1_of_4 p.btm{
	margin-bottom: 8%;
}
.span1_of_4 p.btm1{
	margin-bottom: 4%;
}
.f_nav1{
	margin-top: 2%;
}
.f_nav1 li {
	display:inline-block
}
.f_nav1 li.timer{
	background: url('../images/timer.png') no-repeat;
}
.f_nav1 li a{
	padding-left:30px;
	font-size: 0.8725em;
	color: #999999;
}
.pin{
	background: url('../images/pin.png') no-repeat;
	padding-left: 30px;
}
.mail{
	background: url('../images/mail.png') no-repeat;
	padding-left: 30px;
}
.call{
	background: url('../images/call.png') no-repeat;
	padding-left: 30px;
}
big {
	font-size: 1.5em;
	color: #ffffff;
}
/* start footer1 */
.footer_bg1{
	background:url('../images/footer_bg1.png');
}
.footer1{
	padding: 4% 4%;
}
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 10px;
	right: 10px;
	overflow: hidden;
	width: 32px;
	height: 32px;
	border: none;
	text-indent: 100%;
	background: url(../images/top-move.jpg) no-repeat right top;
}
.copy{
	float:left;
}
.copy p{
	font-size: 0.8725em;
	line-height: 1.8em;
	color: #c9c9c9;
}
.copy p a{
	color:#ffffff;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.copy p a:hover{
	color: #00BAC6;
}
/* start about */
.top_bg{
	background:  url('../images/slider_bg1.jpg');
	background-size: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.top{
	padding: 4% 4%;
}
.top h2{
	font-size: 2em;
	color: #ffffff;
	text-transform: uppercase;
}
.about{
	display: block;
}
.about p{line-height:40px;}
.cont-grid {
	float: left;
	width: 30.3333%;
}
.cont-grid-img{
	margin-left: 3.3333%;
	width: 66.33333%;
	float:left;
}
.cont-grid-img img{
	margin-top: 10px;
}
.cont-grid span{
	font-size: 1.5em;
	text-transform: uppercase;
	color: #777777;
	text-shadow: 0 1px 0 #ffffff;
}
.abt-para p{
	margin-top: 2%;
}
.about-p{
	margin-top:20px;
}
/*.about-p img{margin:auto;display:block;padding:1em 0;}*/
.new_img{width:90%;margin:0 auto;overflow:hidden;}
.new_img li{float:left;width:30%;margin-left:5%;}
.new_img li:first-child{margin-left:0;}
.read_more{
	margin-top: 2%;
}
/*.btn{
	color: #00BAC6;
	background: #ffffff;
	border: 1px solid #22D5E0;
	display: inline-block;
	text-transform: uppercase;
	padding: 12px 38px;
	font-size: 0.875em;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.btn:hover {
	background: #00BAC6;
	color: #ffffff;
}*/


/*start contact*/
.contact_content,.contact_content *{box-sizing:border-box;}
.contact_content {
  overflow: hidden;
}
.contact_content .contact_type {
  padding: 6% 3% 0;
}
.contact_content .contact_type dl {
  overflow: hidden;
  line-height: 30px;
  margin-bottom: 30px;
}
.contact_content .contact_type dl dt,
.contact_content .contact_type dl dd {
  float: left;
}
.contact_content .contact_type dl dt {
  width: 30px;
  height: 30px;
  margin-right: 3%;
}
.contact_content .contact_type dl dd {
  width: 80%;
  overflow: hidden;
}
.contact_content .contact_type dl dd span,
.contact_content .contact_type dl dd strong {
  float: left;
}
.contact_content .map {
  overflow: hidden;
}

/* start services */
.ser_btn{
	position: relative;
	margin-top: 12%;
}
.ser_btn1{
	position: absolute;
	bottom: 0;	
	left: 0;
}
.button {
	color: #555555;
	border-top: 1px solid rgb(221, 221, 221);
	display: block;
	text-align:center;
	text-transform: uppercase;
	font-size: 0.875em;
	width: 100%;
	padding:12px 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.button:hover {
	background: #00BAC6;
	color: #ffffff;
}
/* start blog */
/*.blog {
	display: block;
}
.blog_list{
	margin-top: 4%;
}
.blog_list:first-child{
	margin-top: 0%;
}
.blog_list h2{
	font-size: 1.5em;
	text-transform: uppercase;
	color: #777777;
	text-shadow: 0 1px 0 #ffffff;
}
.blog_list h5{
	margin-top:8px;
	font-size: 1em;
	text-transform: capitalize;
	color: #777777;
	text-shadow: 0 1px 0 #ffffff;
}
.blog_list h5 a{
	color: #00BAC6;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.blog_list h5 a:hover{
	color: #777777;
}
.blog_para{
	margin: 2% 0;
	line-height:200%;
}
.blog_para p a{
	float: left;
	margin-right: 4%;
	border:1px solid #ccc;
}
.blog_para p a img{
	margin-top: 10px;
}*/
.blog_list{margin-bottom:50px;}
.blog_para{
	position:relative;
	overflow:hidden;
}
.blog_para,.blog_para *{box-sizing:border-box;}
.new .para{float:left;width:28%;border:1px solid #ccc;margin-right:2%;}
.new .para_cont{float:left;width:70%;}
.new .para_cont h2{margin-bottom:15px;}
.new .para_cont h2 strong{font-size:20px;color:#565656;margin-right:20px;}
.new .para_cont h2 span{color:#A7A7A7;}
.new .para_cont p{line-height:30px;letter-spacing:3px;}
.new .read_more a{width:150px;height:35px;line-height:35px;font-size:18px;text-align:center;background:#FF0000;color:#fff;padding:0;border:0;}
.new .pagination{text-align:right;}
/* start contact */
.contact{
	display: block;
}
.contact h2{
	font-size: 1.5em;
	text-transform: uppercase;
	color: #777777;
	text-shadow: 0 1px 0 #ffffff;
}
.map{
	/*margin: 2% 0;*/
}
.col{
	display: block;
}
.contact-form{
	position:relative;
}
.contact-form div{
	padding:5px 0;
}
.contact-form span label{
	color: #777777;
	display: block;
	font-size: 0.8725em;
	padding-bottom: 5px;
	text-transform: capitalize;
}
.contact-form input[type="text"], .contact-form textarea {
	font-family: 'Open Sans', sans-serif;
	background: #FFFFFF;
	border: 1px solid #E7E7E7;
	color: rgba(85, 81, 81, 0.84);
	padding: 8px;
	display: block;
	width: 98%;
	outline: none;
	-webkit-appearance: none;
	text-transform: capitalize;
}
.contact-form input[type="text"]{
	height:50px;line-height:50px;
}
.contact-form textarea{
	resize:none;
	height:120px;		
}
/*.contact-form input[type="submit"]{
	margin-top:10px;
	font-family: 'Open Sans', sans-serif;
	-webkit-appearance: none;
	cursor:pointer;
	color: #00BAC6;
	background: #ffffff;
	border: 1px solid #22D5E0;
	display: inline-block;
	text-transform: uppercase;
	padding: 12px 38px;
	font-size: 0.875em;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.contact-form input[type="submit"]:hover{
	background: #00BAC6;
	color: #ffffff;
}*/
.btn1{
    display: block;width:120px;margin:50px auto 0;
    height:50px;line-height:50px;font-size:20px;
    letter-spacing:3px;text-align: center;
    background:#E10F0F;color:#fff;border:0;
  }
/* start details */
.details{
	display: block;
}
.details h2{
	font-size: 1.5em;
	text-transform: uppercase;
	color: #777777;
	text-shadow: 0 1px 0 #ffffff;
}
.det_pic{
	margin: 2% 0;
}


/*start new*/
.snd_nav {
  overflow: hidden;
  margin: 0 auto 40px;
}
.snd_nav li {
  float: left;
  margin-bottom: 20px;
  text-align: center;
  line-height: 50px;
  border: 1px solid #898989;
}
.snd_nav li a {
  display: block;
  color: #898989;
}
.snd_nav li.active {
  border-color: #E82828;
}
.snd_nav li.active a {
  color: #E82828;
}
.new .snd_nav li {
    width: 40%;
    margin-left: 18%;
}
.new .snd_nav li:nth-child(2n-1) {
    margin-left: 0;
}
/*start product*/
.product .snd_nav li {
    width: 29%;
    margin-left: 5%;
}
.product .snd_nav li:nth-child(3n-2) {
    margin-left: 0;
}
/* start single2*/
.pro_detail,.pro_detail *{box-sizing:border-box;}
.pro_detail{overflow:hidden;}
.left_thumb{float:left;width:40%;margin-right:10%;}
.left_thumb .flex-viewport{border:1px solid #ccc;}
.left_thumb .flex-active-slide img{display:block;width:100%;}
.left_thumb .flex-control-nav{overflow:hidden;margin-top:20px;}
.left_thumb .flex-control-nav li{float:left;width:30%;margin-left:5%;border:1px solid #ccc;}
.left_thumb .flex-control-nav li:first-child{margin-left:0;}

.right_parameter{float:right;width:50%;}
.right_parameter li{line-height:30px;font-size:14px;}

/*start single3*/
.articlebook p{line-height:40px;}
.articlebook p:first-child strong,.articlebook p:first-child a{color:#E87878;}
.articlebook p:first-child+p strong,.articlebook p:first-child+p a{color:#9B9B9B;}



/***** Media Quries *****/
@media screen and (min-width: 481px) {
  .new .snd_nav {
    width: 50%;
  }
  .product .snd_nav{
  	width:75%;
  }
}
@media screen and (min-width: 641px) and (max-width:768px){
	.right_parameter li{line-height:24px;}
}
@media screen and (min-width:769px){
	.contact_content {
    border: 1px solid #DCDCDC;
    border-left-color: transparent;
  }
  .contact_content .contact_type,
  .contact_content .map {
    float: left;
  }
  .contact_content .contact_type {
    width: 38%;
  }
  .contact_content .contact_type dl dd span {
    width: 36%;
  }
  .contact_content .contact_type dl dd strong {
    width: 64%;
  }
  .contact_content .map {
    width: 62%;
  }
}
@media screen and (min-width:1350px){
	#prev,#next{width:50px;height:116px;margin-top:-56px;}
	#prev{left:-40px;}
	#next{right:-40px;}
}
@media only screen and (max-width: 1366px) {
	.wrap{
		width:95%;
	}
	/*.h_menu ul li a {
		padding: 30px 12px;
	}*/
	
}
@media only screen and (max-width: 1280px) {
	.wrap{
		width:95%;
	}
	.h_menu ul li a {
		padding: 15px 10px;
		font-size: 0.8125em;
	}
}
@media only screen and (max-width: 1024px) {
	.wrap{
		width:95%;
	}
	.h_menu ul li a {
		padding: 15px 6px;
		font-size: 0.8125em;
	}
	.h_search input[type="submit"] {
		right: 6px;
	}
	.h_search {
		width: 26.3333%;
	}
}
@media only screen and (max-width: 800px) {
	.wrap{
		width:95%;
	}
	.h_menu{
		display:none;
		position:absolute;z-index:9999;
		left:-3%;top:90px;width:106%;
		background:#E5E5E5;margin-top:0;
	}
	.h_menu ul li{
		float:none;margin-right:0;text-align:center;
	}
	.menu_btn{display:block;}
	.h_search{
		display:none;
	}
	.sub-head{
		display:block;
	}
	.span1_of_4 h4 {
		font-size: 1.2em;
	}
}
@media only screen and (max-width: 640px){
	.wrap{
		width:95%;
	}
	.span1_of_4 {
		float: none;
		width: 99.3333%;
		margin-left: 0%;
	}
	.span1_of_4 h4 {
		margin: 2% 0;
	}
	.span1_of_4 p.btm {
		margin-bottom: 2%;
	}
	.social-icons li {
		float: none;
		display:inline-block;
	}
	.cont-grid {
		float: none;
		width: 99.3333%;
	}
	.cont-grid-img {
		margin-left: 0%;
		width: 99.33333%;
		float: none;
	}
	.main_text h2 {
		font-size: 1.5em;
	}
	.para{
		float:none;width:100%;text-align:center;margin-bottom:15px;
	}
	.para_cont{float:none;width:100%;}
	.para_cont h2 strong,.para_cont h2 span{
		display:inline-block;
	}
	.left_thumb,.right_parameter{float:none;width:100%;margin-bottom:30px;}
	.left_thumb{margin-bottom:30px;}
	
	.links,.cont_info,.wxcode{float:none;width:100%;margin-bottom:20px;}
	.links a{width:33%;}
	.wxcode dd,.wxcode dt{width:auto;}
	.wxcode dt{margin-left:20px;float:left;}
	.foot_bot .bot_info,.foot_bot .share_icon{float:none;}
	.foot_bot .bot_info{margin-bottom:20px;}
	.new_news .swiper-container{width:150px;right:50px;padding:0 10px;}
	.swiper-slide a>img{width:50%;}
}
@media only screen and (max-width: 480px) {
	.wrap{
		width:95%;
	}
	.grids_of_3{
		margin-top: 4%;
	}
	.grid1_of_3 {
		float: none;
		width: 99.3333%;
		margin-left: 0;
	}
	.span1_of_3 {
		margin-top: 4%;
		float: none;
		width: 99.3333%;
		margin-left: 0;
	}
	.logo{
		/*float:none;*/
		text-align:center;
	}
	.copy{
		float:none;
		text-align:center;
	}
	.social-icons{
		margin-top:4%;
		float:none;
		text-align:center;
	}
	.top h2 {
		font-size: 1.5em;
	}
	.blog_list h2 {
		font-size: 1em;
	}
	.contact h2 {
		font-size: 1em;
	}
	.sub-head a {
		font-size: 0.8725em;
	}
	.cont-grid span{
		font-size: 1em;
	}
	big {
		font-size: 1em;
	}
	.details h2 {
		font-size: 1em;
	}
	.grid1_of_3{
		margin: 20px 0;
	}
	.grid1_of_3 img{
		width:20%;
	}
	.blog_para p a{
		float:none;margin-right:0;
	}
	.blog_para p a img{width:100%;margin:0 auto;}
	.new .snd_nav {
   		width: 100%;
  	}
  	.product .snd_nav {
   		width: 100%;
  	}
  	.idx_xingming,.idx_email{float:none;width:100%;margin-right:0;margin-bottom:20px;}
	.idx_dianhua{float:none;width:100%;}
}
@media only screen and (max-width: 320px) {
	.wrap{
		width:95%;
	}
	.sub-head a {
		font-size: 0.8125em;
	}
	.grid1_of_3{
		margin: 20px 0;
	}
	.grid1_of_3 img{
		width:20%;
	}
	.content_top:after {
		border: 20px solid #eee;
		border-top: 0 solid rgba(0, 0, 0, 0)!important;
		border-right: 15px solid rgba(0, 0, 0, 0)!important;
		border-left: 15px solid rgba(0, 0, 0, 0)!important;
		left: 47%;
		top: -20px;
	}
}
